body {
  background-image:url(image/aboutus.png);
  height:100%;
  width:100%;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  overflow-x:hidden;
}

.title {
  text-align: center;
  scale: 1.5;

}
p {
  font-family: Quicksand, sans-serif;
  font-size:large;
}
.box {
  background-color: white;
  padding: 10px;
  width: 800px;
  color: black;
  margin-top:100px;
  position:center;
  box-shadow: 0 10px 10px black;
  text-align: center;
  -webkit-box-shadow:0px 0px 50px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.8);
}
h2 {
  font-family: Quicksand, sans-serif;
  color:black;
  -webkit-text-stroke: rgb(255, 255, 255);
  -webkit-text-stroke-width: 5px;
  font-size:25px;
  
}
.fix-stroke {
   paint-order: stroke fill;
}
 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;

}

ul li {
  position:sticky;
  float: left;
}

ul li a {
  display: block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    font-family: Quicksand, sans-serif;
  font-size:large;
}

ul li a:hover {
  background-color: #7773ae;
} 
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}